home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / util / boot / slow_bootsrc18.lha / SlowBootSrc / smakefile < prev   
Makefile  |  1995-10-23  |  396b  |  24 lines

  1. #
  2. # Makefile for SlowBoot
  3. #
  4. #
  5.  
  6. OBJS= SlowBoot.o
  7.  
  8. SlowBoot: $(OBJS) 
  9.    sc NOCHECKABORT link to SlowBoot with <<
  10. $(OBJS)
  11. <
  12.    bumprev 1 SlowBoot
  13.  
  14. SlowBoot.o: SlowBoot.c scoptions INCLUDE:SlowBoot.gst
  15.     sc SlowBoot.c GST=INCLUDE:SlowBoot.gst NOLINK
  16.  
  17. INCLUDE:SlowBoot.gst: gst.c scoptions smakefile
  18.     sc gst.c MAKEGST=INCLUDE:SlowBoot.gst IGNORE=105 NOOPTIMIZE
  19.     delete gst.o
  20.  
  21. dist:
  22.     execute makedist
  23.  
  24.